[INFO] fetching crate rudzio-macro-internals 0.1.2...
[INFO] fixing rudzio-macro-internals-0.1.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate rudzio-macro-internals 0.1.2 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate rudzio-macro-internals 0.1.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate rudzio-macro-internals 0.1.2
[INFO] tweaked toml for crates.io crate rudzio-macro-internals 0.1.2 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rudzio-macro-internals 0.1.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rudzio-macro-internals 0.1.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2d62c9a2df44fa19f6c729b555d909d06ea80638fe1c53a39ff3da6a1a82e4d3
[INFO] running `Command { std: "docker" "start" "2d62c9a2df44fa19f6c729b555d909d06ea80638fe1c53a39ff3da6a1a82e4d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2d62c9a2df44fa19f6c729b555d909d06ea80638fe1c53a39ff3da6a1a82e4d3" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2d62c9a2df44fa19f6c729b555d909d06ea80638fe1c53a39ff3da6a1a82e4d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2d62c9a2df44fa19f6c729b555d909d06ea80638fe1c53a39ff3da6a1a82e4d3" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]     Checking rudzio-macro-internals v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]  --> tests/codegen.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use rudzio::common::context::{Suite, Test};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rudzio`, use `cargo add rudzio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]  --> tests/codegen.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use rudzio::runtime::futures::ThreadPool;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rudzio`, use `cargo add rudzio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]  --> tests/codegen.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use rudzio::runtime::monoio;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rudzio`, use `cargo add rudzio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]  --> tests/codegen.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use rudzio::runtime::tokio::{CurrentThread, Local, Multithread};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rudzio`, use `cargo add rudzio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/codegen.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use rudzio::runtime::{async_std, compio, embassy, smol};
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rudzio`, use `cargo add rudzio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]  --> tests/parse.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use rudzio::common::context::{Suite, Test};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rudzio`, use `cargo add rudzio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]  --> tests/parse.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use rudzio::runtime::futures::ThreadPool;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rudzio`, use `cargo add rudzio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]  --> tests/parse.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use rudzio::runtime::monoio;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rudzio`, use `cargo add rudzio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/parse.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use rudzio::runtime::tokio::{CurrentThread, Local, Multithread};
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rudzio`, use `cargo add rudzio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/parse.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use rudzio::runtime::{async_std, compio, embassy, smol};
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rudzio`, use `cargo add rudzio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/test_attr_args.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use rudzio::common::context::{Suite, Test};
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rudzio`, use `cargo add rudzio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/test_attr_args.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use rudzio::runtime::futures::ThreadPool;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rudzio`, use `cargo add rudzio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/test_attr_args.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use rudzio::runtime::monoio;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rudzio`, use `cargo add rudzio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/test_attr_args.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use rudzio::runtime::tokio::{CurrentThread, Local, Multithread};
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rudzio`, use `cargo add rudzio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/test_attr_args.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use rudzio::runtime::{async_std, compio, embassy, smol};
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rudzio`, use `cargo add rudzio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]  --> tests/transform.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use rudzio::common::context::{Suite, Test};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rudzio`, use `cargo add rudzio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]  --> tests/transform.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use rudzio::runtime::futures::ThreadPool;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rudzio`, use `cargo add rudzio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]  --> tests/transform.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use rudzio::runtime::monoio;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rudzio`, use `cargo add rudzio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]  --> tests/transform.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use rudzio::runtime::tokio::{CurrentThread, Local, Multithread};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rudzio`, use `cargo add rudzio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/transform.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use rudzio::runtime::{async_std, compio, embassy, smol};
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rudzio`, use `cargo add rudzio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::Test`, `super::Test`, `super::Test`, `super::Test`
[INFO] [stdout]   --> tests/codegen.rs:26:25
[INFO] [stdout]    |
[INFO] [stdout] 26 |     use super::{ItemFn, Test, extract_ignore_reason, parse_quote};
[INFO] [stdout]    |                         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: tests/parse.rs:46:32
[INFO] [stdout]    |
[INFO] [stdout] 46 |     use super::{RuntimeConfig, Test, parse_err_msg, render};
[INFO] [stdout]    |                                ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: tests/test_attr_args.rs:32:25
[INFO] [stdout]    |
[INFO] [stdout] 32 |     use super::{ItemFn, Test, extract_test_attr_args, parse_quote};
[INFO] [stdout]    |                         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: tests/transform.rs:26:25
[INFO] [stdout]    |
[INFO] [stdout] 26 |     use super::{ItemFn, Test, apply_runtime_generics, parse_quote};
[INFO] [stdout]    |                         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/codegen.rs:13:3
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[rudzio::suite([
[INFO] [stdout]    |   ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/codegen.rs:28:7
[INFO] [stdout]    |
[INFO] [stdout] 28 |     #[rudzio::test]
[INFO] [stdout]    |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/codegen.rs:37:7
[INFO] [stdout]    |
[INFO] [stdout] 37 |     #[rudzio::test]
[INFO] [stdout]    |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/codegen.rs:47:7
[INFO] [stdout]    |
[INFO] [stdout] 47 |     #[rudzio::test]
[INFO] [stdout]    |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/codegen.rs:57:7
[INFO] [stdout]    |
[INFO] [stdout] 57 |     #[rudzio::test]
[INFO] [stdout]    |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/codegen.rs:67:7
[INFO] [stdout]    |
[INFO] [stdout] 67 |     #[rudzio::test]
[INFO] [stdout]    |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/parse.rs:33:3
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[rudzio::suite([
[INFO] [stdout]    |   ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/parse.rs:48:7
[INFO] [stdout]    |
[INFO] [stdout] 48 |     #[rudzio::test]
[INFO] [stdout]    |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/parse.rs:63:7
[INFO] [stdout]    |
[INFO] [stdout] 63 |     #[rudzio::test]
[INFO] [stdout]    |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/parse.rs:71:7
[INFO] [stdout]    |
[INFO] [stdout] 71 |     #[rudzio::test]
[INFO] [stdout]    |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/parse.rs:83:7
[INFO] [stdout]    |
[INFO] [stdout] 83 |     #[rudzio::test]
[INFO] [stdout]    |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/parse.rs:95:7
[INFO] [stdout]    |
[INFO] [stdout] 95 |     #[rudzio::test]
[INFO] [stdout]    |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]    --> tests/parse.rs:107:7
[INFO] [stdout]     |
[INFO] [stdout] 107 |     #[rudzio::test]
[INFO] [stdout]     |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]    --> tests/parse.rs:119:7
[INFO] [stdout]     |
[INFO] [stdout] 119 |     #[rudzio::test]
[INFO] [stdout]     |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]    --> tests/parse.rs:132:7
[INFO] [stdout]     |
[INFO] [stdout] 132 |     #[rudzio::test]
[INFO] [stdout]     |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]    --> tests/parse.rs:145:7
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[rudzio::test]
[INFO] [stdout]     |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]    --> tests/parse.rs:167:7
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[rudzio::test]
[INFO] [stdout]     |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/test_attr_args.rs:19:3
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[rudzio::suite([
[INFO] [stdout]    |   ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/test_attr_args.rs:36:7
[INFO] [stdout]    |
[INFO] [stdout] 36 |     #[rudzio::test]
[INFO] [stdout]    |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/test_attr_args.rs:56:7
[INFO] [stdout]    |
[INFO] [stdout] 56 |     #[rudzio::test]
[INFO] [stdout]    |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/test_attr_args.rs:75:7
[INFO] [stdout]    |
[INFO] [stdout] 75 |     #[rudzio::test]
[INFO] [stdout]    |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/test_attr_args.rs:94:7
[INFO] [stdout]    |
[INFO] [stdout] 94 |     #[rudzio::test]
[INFO] [stdout]    |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]    --> tests/test_attr_args.rs:110:7
[INFO] [stdout]     |
[INFO] [stdout] 110 |     #[rudzio::test]
[INFO] [stdout]     |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]    --> tests/test_attr_args.rs:125:7
[INFO] [stdout]     |
[INFO] [stdout] 125 |     #[rudzio::test]
[INFO] [stdout]     |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/transform.rs:13:3
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[rudzio::suite([
[INFO] [stdout]    |   ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/transform.rs:28:7
[INFO] [stdout]    |
[INFO] [stdout] 28 |     #[rudzio::test]
[INFO] [stdout]    |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/transform.rs:70:7
[INFO] [stdout]    |
[INFO] [stdout] 70 |     #[rudzio::test]
[INFO] [stdout]    |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]    --> tests/transform.rs:111:7
[INFO] [stdout]     |
[INFO] [stdout] 111 |     #[rudzio::test]
[INFO] [stdout]     |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]    --> tests/transform.rs:147:7
[INFO] [stdout]     |
[INFO] [stdout] 147 |     #[rudzio::test]
[INFO] [stdout]     |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]    --> tests/transform.rs:164:7
[INFO] [stdout]     |
[INFO] [stdout] 164 |     #[rudzio::test]
[INFO] [stdout]     |       ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rudzio` in this scope
[INFO] [stdout]   --> tests/main.rs:10:3
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[rudzio::main]
[INFO] [stdout]    |   ^^^^^^ use of unresolved module or unlinked crate `rudzio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rudzio-macro-internals` (test "main") due to 52 previous errors
[INFO] running `Command { std: "docker" "inspect" "2d62c9a2df44fa19f6c729b555d909d06ea80638fe1c53a39ff3da6a1a82e4d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d62c9a2df44fa19f6c729b555d909d06ea80638fe1c53a39ff3da6a1a82e4d3", kill_on_drop: false }`
[INFO] [stdout] 2d62c9a2df44fa19f6c729b555d909d06ea80638fe1c53a39ff3da6a1a82e4d3
